Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next

Recreate the calendar profile

Since the preferences cannot be opened and with the errors that you're encountering, it's possible that your calendar profile got corrupted. Calendar profile contains all the user's settings stored in the preferences, as well as the mail rules and blocked sender's list.

You can use the Admin Tool to recreate the calendar profile or you can also use a Lotus script. However, please be reminded that deleting the Calendar Profile document also results in the loss of all user settings found in the Preferences since it will be restored to default, so you might want to take note of all the user's preferences so that you could restore it easily. Also, make sure to disable the user's mail rules before recreating the calendar profile.

Note: Make sure you are logged in as the user with the user's id after deleting the calendar profile. If not, the mail file owner field will change to whoever deleted the calendar profile. If you're not able to sign in as the user, make sure to check the Mail File Owner field under Preferences when done and correct if needed.

Admin Tool:
http://www-01.ibm.com/support/docview.wss?uid=swg21459332

Lotus Script:
Dim session As New NotesSession
Dim db As NotesDatabase
Dim doc As NotesDocument
Set db=session.CurrentDatabase
Set doc=db.GetProfileDocument("CalendarProfile")
Call doc.remove(True)
If doc Is Nothing Then
MsgBox "Profile Document Was Successfully Removed"
Else
MsgBox "Profile Document WAS NOT Removed",48
End if

You can also watch the video demonstration below using the Lotus Script above.
http://www-10.lotus.com/ldd/dominowiki.nsf/dx/Video_How_to_Recreate_a_Calendar_Profile

You can also check out the technote below for more information:
http://www-01.ibm.com/support/docview.wss?uid=swg21088892

Hope that helps!


Feedback response number WEBBA2ZVKQ created by ~Juan Umkilitetsi on 10/05/2015

Can't open Preferences on IBM Lotus... (~Kim Ciskromar 8.Jul.15)
. . Did you try updating the design of ... (~Dean Asaasonet... 13.Jul.15)
. . . . Recreate the calendar profile (~Juan Umkilitet... 5.Oct.15)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS